home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Documents
/
Diagram
/
UW_Palettes
/
PCBLayout.dpalette2
/
Image58
(
.txt
)
< prev
next >
Wrap
NeXT TypedStream Data
|
1995-06-12
|
1KB
|
41 lines
typedstream
NXImage
Object
NXEPSImageRep
NXImageRep
iisssss
[922c]%!PS-Adobe-2.0 EPSF-2.0
%%Title:ICPadVertical.eps
%%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
%%CreationDate: Fri Nov 22 1991
%%Pages: 0 1
%%BoundingBox: 0 0 18 36
%%DocumentFonts: Times-BoldItalic
%%EndComments
% eps drawing of component for Diagram palette
% number of pixels per Diagram Grid
/GRIDSIZE 9 def
% one grid represents 0.05 inches
/GRIDSCALE 0.05 def
% multiply sizes in inches by ScaleFactor in pixels/inch
/SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
/OUTERRADIUS {0.03 SCALEFACTOR} def
/HOLERADIUS {0.015 SCALEFACTOR} def
1 1 scale
0 setlinewidth
gsave
GRIDSIZE GRIDSIZE 2 mul moveto
OUTERRADIUS 0 rmoveto
0 OUTERRADIUS rlineto
OUTERRADIUS -1 mul 0 rlineto
currentpoint translate
0 0 OUTERRADIUS 0 180 arc
0 OUTERRADIUS -2 mul rlineto
OUTERRADIUS 0 rlineto
currentpoint translate
0 0 OUTERRADIUS 180 0 arc
closepath
grestore
1 setgray
GRIDSIZE GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill